Welcome![Sign In][Sign Up]
Location:
Search - Left Recursion

Search list

[ELanguage消除左递归1

Description: 对给定的文法消除左递归。- To the grammar which assigns eliminates the left recursion.
Platform: | Size: 1469 | Author: 刘远兴 | Hits:

[ELanguage消除左递归得到后缀式

Description: 解法:对原文法消除左递归,根据消除左递归后的等价文法建立语法树,而后对此语法树 进行后根遍历,即可得到后缀式.- Solution: Eliminates the left recursion to the original grammar, after equal in value grammar establishment grammar tree which eliminates the left recursion, after but the grammar tree carries on the root to spread the calendar regarding this, after then obtains decorates the type
Platform: | Size: 2219 | Author: 刘远兴 | Hits:

[ELanguage消除左递归1

Description: 对给定的文法消除左递归。- To the grammar which assigns eliminates the left recursion.
Platform: | Size: 1024 | Author: 刘远兴 | Hits:

[ELanguage消除左递归得到后缀式

Description: 解法:对原文法消除左递归,根据消除左递归后的等价文法建立语法树,而后对此语法树 进行后根遍历,即可得到后缀式.- Solution: Eliminates the left recursion to the original grammar, after equal in value grammar establishment grammar tree which eliminates the left recursion, after but the grammar tree carries on the root to spread the calendar regarding this, after then obtains decorates the type
Platform: | Size: 2048 | Author: 刘远兴 | Hits:

[ELanguageLL1.tar

Description: LL1通用语法分析器,有消除左递归,FIRST集合、FOLLOW集合、分析表生成等功能-Universal grammar LL1 parser, has the elimination of left recursion, FIRST collection, FOLLOW collection, analysis and other functions to generate Table
Platform: | Size: 647168 | Author: Wang Xinxi | Hits:

[ELanguageLL(1)

Description: LL(1)分析 写的语法分析程序,但是不能实现消除左递归,提取公因子-LL (1) analysis of written grammar analysis program, but can not eliminate the left recursion, extracting common factor
Platform: | Size: 194560 | Author: | Hits:

[ELanguageindirect_recursion

Description: 编译原理消除间接左递归。将结果存于文件中-Compiler to eliminate the principle of indirect left recursion. The results stored in the document
Platform: | Size: 137216 | Author: 林臻 | Hits:

[Windows Developbianyi

Description: 编译原理中的实验,消除左递归的实现。c++开发环境-Compilation Principle of the experiment, the realization of the elimination of left recursion. c++ development environment
Platform: | Size: 1024 | Author: 董必锋 | Hits:

[ELanguagexiaochuzuodigui

Description: 用于消除左递归的一个用C++语言实现的小程序。里面包含有详细的报告和源代码。-Used to eliminate the left recursion in a C++ language implementation with a small program. Which contains detailed reports and source code.
Platform: | Size: 726016 | Author: 曾冬梅 | Hits:

[ELanguagediguixiajiang

Description: 递归下降的基本思想: 为每一个非终结符构造一个子程序,每一个子程序的过程体中按该产生式的候选项分情况展开,遇到终结符直接匹配,而遇到非终结符就调用相应非终结符的子程序。该分析从调用文法开始符号的子程序开始,直到所有非终结符都展开为终结符并得到匹配为止。若分析过程中达到这一步则表明分析成功,否则表明输入中有语法错误。递归下降分析对文法的限制是不能有公共左因子和左递归。由于文法是递归定义的,因此子程序也是递归的,被称为递归下降子程序。 -The basic idea of recursive descent: For each non-terminal construct a subroutine, each subroutine of the process of the body produced by the sub-type of candidate to undertake encountered terminator direct match, while the case of non-terminal symbol on the call to the corresponding non-terminal symbol of the subroutine. The analysis from the grammar start symbol of the subroutine call to start until all the non-terminal and launched as a terminator and get matched up. If the analysis process to achieve this step indicates that the analysis of success, or else that there is a syntax error input. Recursive descent analysis of the grammar of the restrictions can not have public left factor and left recursion. As the grammar is a recursive definition, and therefore also a recursive subroutine, known as recursive descent subprogram.
Platform: | Size: 1024 | Author: WM | Hits:

[Algorithmleftrecursion

Description: code for left recursion in compilers.
Platform: | Size: 2048 | Author: anitha | Hits:

[ELanguagecompiling

Description: 编译原理实验:词法分析、语法分析、语义分析,包含代码和报告、构建分析表、消除左递归、语法分析、流程图-Compiler Principle Experiment: lexical analysis, syntax analysis, semantic analysis, including code and reports, construction of the table, to eliminate left-recursion, parsing, flow chart
Platform: | Size: 3873792 | Author: xiedanfeng | Hits:

[Software Engineeringhappy

Description: 编译原理词法分析器的功能是利用函数之间的递归调用模拟语法树自上而下的构造过程。 改造文法:消除二义性、消除左递归、提取左因子,判断是否为LL(1)文法 -Compiler theory lexical analyzer function is to use recursive function calls between the simulation process of constructing the syntax tree from the top down. Transformation grammar: to eliminate ambiguity, to eliminate left recursion, left-factor extraction to determine whether the LL (1) grammar
Platform: | Size: 11264 | Author: happyjack | Hits:

[Mathimatics-Numerical algorithmsleftrec

Description: program on left recursion
Platform: | Size: 1024 | Author: Sindhu | Hits:

[ELanguageSyntax_Analysis-LL(1)-LCC

Description: 编译原理之语法分析LL(1) (1)消除左递归 (2)求First集 (3)求Follow集 (4)预测分析表 (5)预测分析过程-Compiler theory of parsing LL (1) (1) elimination of left recursion (2) Find First Set (3) Find Follow set (4) prediction of sheet (5) prediction analysis
Platform: | Size: 66560 | Author: | Hits:

[ELanguageLL1parserVS2010

Description: LL1语法分析器,FIRST集合的构造,FOLLOW集合的构造,消除左递归,预测分析表 C++语言开发,工具VS2010-LL1 parser, FIRST set of the structure, FOLLOW set of the structure, elimination of left recursion, predictive analysis table C++ language development tools for VS2010
Platform: | Size: 273408 | Author: jianren2hao | Hits:

[ELanguageRemove-left-recursion

Description: Compiler tech: Program To Remove Left Recursion From The Given Grammar
Platform: | Size: 1024 | Author: jack | Hits:

[ELanguageLeft-Recursion.cpp

Description: Left recursion removal in CFG
Platform: | Size: 1024 | Author: DJ | Hits:

[ELanguageleft-crusion

Description: 消除左递归,包括自上而下的非递归分析和自上而下的分析-Eliminate left recursion, including non-recursive top-down analysis and top-down analysis
Platform: | Size: 651264 | Author: fuxi | Hits:

[ELanguageLeft-Recu

Description: Left Recursion Remove Grammer-Left Recursion Remove Grammer
Platform: | Size: 1024 | Author: Dhaval | Hits:
« 12 »

CodeBus www.codebus.net